home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / sac / pack / tinlha.exe / README.TXT < prev    next >
Text File  |  1996-01-13  |  7KB  |  147 lines

  1. ******************************************************************************
  2. *                       Tiny LHA  Ver1.21E (FREE SOFT)                       *
  3. *                                                                            *
  4. *                       Copyright(C)1994 by Tatsu Osawa                      *
  5. *                               Nifty: CXP04536                              *
  6. *                               Release 1995/02/15                           *
  7. *                               Translated by: Hitoshi Ozawa                 *
  8. *                                  Mail: h_ozawa@bekkoame.or.jp              *
  9. *                                  Home: http://www.bekkoame.or.jp/~h_ozawa/ *
  10. ******************************************************************************
  11.  
  12. Introduction *****************************************************************
  13.   Tiny LHA is a program to compress/decompress file from and to LZH format.
  14. When a file is drag & dropped from a Windows 3.1 file management program
  15. such as a File Manager, compressed files will be decompressed and regular
  16. files will be compressed into *.LZH format.
  17.  
  18. Requirements *****************************************************************
  19.     Hardware:
  20.         80386 or higher machine
  21.         4MB or more RAM memory
  22.     Software:
  23.         MS-Windows3.1 or higher
  24.  
  25. Liability ********************************************************************
  26.   The author and the developer of this software will not take any 
  27. responsibilities for any damages that may occur with the use of this software.
  28.   The files contained in TINLHA.EXE file are distributed "as is" and without 
  29. any expressed and implied warranties.  The user assumes the entire risk of 
  30. using the software.
  31.  
  32.  
  33. Distinguishing Features ******************************************************
  34.   Tiny LHA has 5 distinguishing features:
  35.     1. Does not use too much memory.
  36.     2. Support Drag & Drop to compress and decompress files
  37.     3. Can compress/decompress entire files in a directory
  38.        with directory information. (New feature)
  39.     4. Support associate command in a File Manager (New feature)
  40.     5. Able to decompress self-extracting files (New Feature)
  41.   
  42. Included Files ***************************************************************
  43.   The following files are included in the TINLHA.EXE file:
  44.     TINYLHA.EXE    Execution file
  45.     README.TXT    Introduction (the file you are reading right now)
  46.  
  47. Installation *****************************************************************
  48.   Copy the LHA.DLL file to the \WINDOWS directory.
  49.   Execute the TINYLHA.EXE file from Windows by using either the File Manager
  50. or the Program Manager.
  51.   If you desire to have TinyLHA loaded every time Windows is started, add
  52. the TINYLHA.EXE to the Start-up group (^_^).
  53.  
  54. Uninstallation ***************************************************************
  55.   Just delete the TINYLHA.EXE and this README.TXT files.  There are no other
  56. files such as the *.INI file associated with this program.
  57.  
  58. How to Use *******************************************************************
  59.   1. Compression
  60.     -Select files to compress into *.LZH format from a file management
  61.      software such as a File Manager.  It is possible to select
  62.      multiple files.  Files already with *.LZH extension will not be
  63.      compressed.
  64.     -Drag and drop the files onto the Tiny LHA icon.
  65.     -A dialog box will appear asking you to enter the compressed format
  66.      file names.
  67.     -Compressed files will be created in the same directory as the
  68.      original files.
  69. WARNINGS:
  70.     -If a directory is dropped, directory structure information will
  71.      be compressed, but empty directory will not be compressed.
  72.      (LHA specification)
  73.     -If several files are selected and dropped on to the Tiny LHA
  74.      icon, even files with LZH extension will be re-compressed.
  75.      Please decompress files one at a time.
  76.  
  77.   2. Decompression
  78.     -Select a file with *.LZH extension to be decompressed from a 
  79.      file management software such as a File Manager.  The file must
  80.      be compressed in *.LZH format.
  81.     -Drag and drop the file onto the Tiny LHA icon.
  82.     -The file will be decompressed in the same directory as the
  83.      original compressed file.
  84. NOTES:
  85.     -If Tiny LHA program is associated with the LZH extension in the
  86.      File Manager, a *.LZH file can be decompressed by just double-
  87.      clicking the file.
  88. WARNINGS:
  89.     -If a *.LZH file contains directory information, subdirectories
  90.      will be created when it is decompressed.
  91.  
  92. Development Environment ******************************************************
  93.   This program is written in Borland C++ 4.00J.
  94.  
  95. Test *************************************************************************
  96.   This program has been tested on:
  97.     1. PC-9801BX + DX2ODP + Windows 3.1J (NEC)
  98.     2. IBM ThinkPad 500 + MS Windows 3.1
  99.  
  100. Development ******************************************************************
  101.   Version 1.21  Package LHA.DLL file
  102.   Version 1.20    Support directory compression/decompression
  103.         Support associate command in a File Manager
  104.         Support decompression of self-extracting files
  105.   Version 1.10    Initial Release
  106.  
  107. Distribution *****************************************************************
  108.   This program can be distributed only in the original archived TINLHA.ZIP
  109. formatted file.  Do not change this file or any files within.
  110.   This file can be freely distributed.  If it is to be copied to another forum
  111. or to another distribution channel, please contact the developer to let us know
  112. exactly where it is to be copied.  We will need this information to maintain
  113. and upgrade Tiny LHA at all locations.
  114.   If the TINLHA.EXE file is to be distributed for commercial or in any manner
  115. including exchange of object(s) not excluding money, permission from the
  116. developer is required.
  117.   If this program is to be mentioned in any article, please send
  118. a E-mail to one of the developers.
  119.  
  120. Copyright ********************************************************************
  121.   Tiny LHA is copyrighted by Tatsu Osawa.  No part of this
  122. program or data may be reproduced, in any form or by any means, without
  123. a written permission from Tatsu Osawa.
  124.  
  125. LHA.DLL **********************************************************************
  126.   LHA.DLL is copyrighted by Junichi Komuke.  This file must not be distributed
  127. without other files in TINLHA.EXE file.  To use this file in your program,
  128. please consult files in the LHADLL.EXE in WINUTIL, LIB 5.
  129.  
  130. Miscellaneous ****************************************************************
  131.   If this type of memory resident accessory were written in VB or C++, it
  132. will become very large and slow. It is best if it is written in C (with some
  133. assembly).
  134.  
  135.   I'm apologize for the sorry looking icon.  I wanted it so that you will be
  136. able to know that it is a LHA icon with just one look, but...
  137. If you are able to change it, please do so.
  138.  
  139. Support **********************************************************************
  140.   Support for Tiny LHA is provided by CompuServe E-mail. 
  141. If you have any question, opinion, suggestions, or other comments, please 
  142. send any E-mail to:
  143.  
  144.     Tatsu Osawa    Nifty Serve:    CXP04536  
  145.     Hitoshi Ozawa    Mail:           h_ozawa@bekkoame.or.jp
  146.                         Homepage:       http://www.bekkoame.or.jp/~h_ozawa/
  147.